From bd9d988e80da89286ec76256f6ab4779026dc200 Mon Sep 17 00:00:00 2001 From: James Bulpin Date: Tue, 17 Apr 2007 12:01:00 +0100 Subject: [PATCH] Fix tools build Signed-off-by: James Bulpin --- tools/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/Makefile b/tools/python/Makefile index 469a4e9af0..cd6941c617 100644 --- a/tools/python/Makefile +++ b/tools/python/Makefile @@ -64,6 +64,7 @@ install: install-messages install-dtd endif install-dtd: all + $(INSTALL) -m 755 -d $(DESTDIR)/usr/share/xen $(INSTALL) -m 755 xen/xm/create.dtd $(DESTDIR)/usr/share/xen install-messages: all -- 2.30.2